home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Graphics / Utility / GL Viewer 1.1.1 / src ƒ / macPrefs.h < prev    next >
Text File  |  1993-08-25  |  469b  |  34 lines

  1. #ifndef H_macPrefs
  2. #define H_macPrefs
  3.  
  4.  
  5. #include "grasp.h"
  6.  
  7.  
  8. enum
  9. {
  10.     ePrefSmallVideoC   = 0x80,
  11.     ePrefImageloop       = 0x40,
  12.     ePrefShowDirectory = 0x20,
  13.     ePrefShowText       = 0x10,
  14.     ePrefPrintTheCodes = 0x08,
  15.     ePrefQuiet           = 0x04,
  16.     ePrefVerbose       = 0x02,
  17.     ePrefImVerbose       = 0x01,
  18.  
  19.     __lastEPref__
  20. };
  21.  
  22.  
  23. #define MACPREFS_RESTYPE    'pref'
  24. #define MACPREFS_RESID        128
  25.  
  26.  
  27. #define MACPREFSDLOG        128
  28.  
  29.  
  30. extern u_char    DoMacPrefsDialog (u_char origPrefs);
  31.  
  32.  
  33. #endif /* H_macPrefs */
  34.